home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / audacity / nyquist / nyinit.lsp < prev    next >
Encoding:
Text File  |  2010-09-21  |  986 b   |  39 lines

  1. (expand 5)
  2.  
  3. (load "xlinit.lsp" :verbose NIL)
  4. (setf *gc-flag* nil)
  5. (load "misc.lsp" :verbose NIL)
  6. (load "evalenv.lsp" :verbose NIL)
  7. (load "printrec.lsp" :verbose NIL)
  8.  
  9. (load "sndfnint.lsp" :verbose NIL)
  10. (load "seqfnint.lsp" :verbose NIL)
  11.  
  12. (load "dspprims.lsp" :verbose NIL)
  13. (load "nyquist.lsp" :verbose NIL)
  14. (load "follow.lsp" :verbose NIL)
  15.  
  16. (load "system.lsp" :verbose NIL)
  17.  
  18. (load "seqmidi.lsp" :verbose NIL)
  19. (load "nyqmisc.lsp" :verbose NIL)
  20. (load "stk.lsp" :verbose NIL)
  21. (load "envelopes.lsp" :verbose NIL)
  22. (load "equalizer.lsp" :verbose NIL)
  23. (load "xm.lsp" :verbose NIL)
  24. (load "sal.lsp" :verbose NIL)
  25.  
  26. ;; set to T to get ANSI headers and NIL to get antique headers
  27. (setf *ANSI* NIL)
  28.  
  29. ;; set to T to generate tracing code, NIL to disable tracing code
  30. (setf *WATCH* NIL)
  31.  
  32. (format t "~%Nyquist -- A Language for Sound Synthesis and Composition~%")
  33. (format t "    Copyright (c) 1991,1992,1995,2007-2009 by Roger B. Dannenberg~%")
  34. (format t "    Version 3.03~%~%")
  35.  
  36. ;(setf *gc-flag* t)
  37.  
  38.  
  39.